/*
    页面导航部分
	QiangFatMan 桂林航天工业学院
 */

/* 响应式 小于分辨率725px*/
@media only screen and (max-width: 770px) {

    .navbar-inverse {
        /*background: #00009b;*/
        background: linear-gradient(left, rgb(17, 77, 173), rgba(17, 77, 173, 0.63) 100%);
        background: -o-linear-gradient(left, rgb(17, 77, 173), rgba(17, 77, 173, 0.63) 100%);
        background: -ms-linear-gradient(left, rgb(17, 77, 173), rgba(17, 77, 173, 0.63) 100%);
        background: -moz-linear-gradient(left, rgb(17, 77, 173), rgba(17, 77, 173, 0.63) 100%);
        background: -webkit-linear-gradient(left, rgb(17, 77, 173), rgba(17, 77, 173, 0.63) 100%);
        color: #FFFFFF;
    }

    /*移动端通用边距*/
    .common_ma1 {
        padding: 5px 5px 5px 5px;
    }

    .head_top {
        width: 100%;
        height: 110px;
        background: url("/static/user_static/top.gif") repeat-x;;
        /* opacity:0.4; */
    }

    .head_top_1 {
        width: 100%;
        height: 30px;
        background-color: #0d3770;
        white-space: nowrap;
        opacity: 0.5;
        float: right;
    }

    .head_top_1, right {
        font-size: 15px;
        color: #ffffff;
        margin: 0;
        line-height: 2;
        text-shadow: 1px 1px 1px #000;
    }

    .head_top_2_logo {
        height: 60px;
        margin-top: 10px;
        float: left;
    }
}

/* 响应式 大于分辨率1024px*/
@media only screen and (min-width: 770px) {

    .navbar {
        position: relative;
        /*min-height: 40px;*/
        margin-bottom: 0;
        border: 0;
    }

    .navbar-inverse {
        background: linear-gradient(left, rgb(17, 77, 173), rgba(17, 77, 173, 0.63) 100%);
        background: -o-linear-gradient(left, rgb(17, 77, 173), rgba(17, 77, 173, 0.63) 100%);
        background: -ms-linear-gradient(left, rgb(17, 77, 173), rgba(17, 77, 173, 0.63) 100%);
        background: -moz-linear-gradient(left, rgb(17, 77, 173), rgba(17, 77, 173, 0.63) 100%);
        background: -webkit-linear-gradient(left, rgb(17, 77, 173), rgba(17, 77, 173, 0.63) 100%);
        color: #FFFFFF;

    }

    /*.navbar-inverse .navbar-nav > .active > a,*/
    /*.navbar-inverse .navbar-nav > .active > a:hover,*/
    /*.navbar-inverse .navbar-nav > .active > a:focus {*/
    /*    color: #fff;*/
    /*    background: #3e7ee3;*/
    /*}*/

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

    /*导航栏鼠标触碰*/
    .navbar .nav > li .dropdown-menu {
        margin: 0;
    }

    .navbar .nav > li:hover .dropdown-menu {
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .head_top {
        width: 100%;
        height: 120px;
        /*background: url("/static/user_static/top.gif") repeat-x;*/
        /* opacity:0.4; */
    }

    .head_top_1 {
        opacity: 0.7;
        width: 100%;
        height: 30px;
        background-color: #0D3770;
        white-space: nowrap;
        float: right;
    }

    .head_top_1_right {
        float: right;
        font-size: 15px;
        color: #ffffff;
        margin: 0;
        line-height: 2;
    }

    .head_top_1_left {
        float: left;
        font-size: 15px;
        color: #ffffff;
        margin: 0;
        line-height: 2;
    }

    .head_top_1 a:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .head_top_1 a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

    .head_top_1 a:link {
        color: #ffffff;
        text-decoration: none;
    }

    .head_top_2_logo {
        height: 70px;
        margin-top: 22px;
        float: left
    }

    .head_top_2_logo2 {
        height: 90px;
        margin-top: 20px;
        opacity: 0.5;
        float: right;
    }
}

/* 焦点图 */
.slideBox {
    position: relative;
    overflow: hidden;
    /*margin: 10px auto;*/
    /*max-width: 560px; !* 设置焦点图最大宽度 *!*/
}

.slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.slideBox .hd li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.slideBox .hd li.on {
    background: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    text-align: center;
}

.slideBox .bd li img {
    background: url(images/loading.gif) center center no-repeat;
    vertical-align: top;
    width: 100%; /* 图片宽度100%，达到自适应效果 */
}

.slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    background: url(images/focusBg.png) repeat-x;
    color: #fff;
    text-align: left;
}
